ComponentOne Wijmo Open for Juice UI
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Sparkline Namespace / ListConverter<T> Class / GetProperties Method / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method

In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetProperties( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal value As System.Object, _
       ByVal attributes() As System.Attribute _
    ) As System.ComponentModel.PropertyDescriptorCollection
    public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.object value,
       System.Attribute[] attributes
    )

    Parameters

    context
    value
    attributes
    See Also